Type SparseCompressedRowMatrixStorage<T>
Namespace MathNet.Numerics.LinearAlgebra.Storage
Parent MatrixStorage<T>
Duplicate entries will be summed together and explicit zeros will be not intentionally removed.
int rowsThe number of rows.
int columnsThe number of columns.
int valueCountThe number of stored values including explicit zeros.
Int32[] rowIndicesThe row index array of the compressed sparse column format.
Int32[] columnPointersThe column pointer array of the compressed sparse column format.
T[] valuesThe data array of the compressed sparse column format.
SparseCompressedRowMatrixStorage<T>The sparse storage from the compressed sparse column format.
Duplicate entries will be summed together and explicit zeros will be not intentionally removed.
int rowsThe number of rows.
int columnsThe number of columns.
int valueCountThe number of stored values including explicit zeros.
Int32[] rowPointersThe row pointer array of the compressed sparse row format.
Int32[] columnIndicesThe column index array of the compressed sparse row format.
T[] valuesThe data array of the compressed sparse row format.
SparseCompressedRowMatrixStorage<T>The sparse storage from the compressed sparse row format.
Duplicate entries will be summed together and explicit zeros will be not intentionally removed.
int rowsThe number of rows.
int columnsThe number of columns.
int valueCountThe number of stored values including explicit zeros.
Int32[] rowIndicesThe row index array of the coordinate format.
Int32[] columnIndicesThe column index array of the coordinate format.
T[] valuesThe data array of the coordinate format.
Not range-checked.
int rowThe row of the element.
int columnThe column of the element.
TThe requested element.
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks.
int rowThe row of the element.
int columnThe column of the element.
T valueThe value to set the element to.
booltrue if the current object is equal to the other parameter; otherwise, false.
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks
int rowMatrix row index
int columnMatrix column index
intItem index
The state array will not be modified, unless it is the same instance as the target array (which is allowed).
The state array will not be modified, unless it is the same instance as the target array (which is allowed).
intA hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
Value:
return Int32[]
|
return Int32[]
|
return T[]
|
return int
|
return int
|